encoding/xml.Decoder.name (method)

3 uses

	encoding/xml (current package)
		xml.go#L607: 		if target, ok = d.name(); !ok {
		xml.go#L1169: 	s, ok := d.name()
		xml.go#L1187: func (d *Decoder) name() (s string, ok bool) {